| name | description | category | type | defaultValue | bindable | readOnly | required | localizable | editableBinding | projectable | cssProp (has no setter and getter in JS) | groupRefId | groupOrder | nodeRefId (for linking node and value) | deprecated | typeRefId (for StyleReference) | subtype (for MpComIdentReference) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| enable | Initial option to enable widget. | Behavior | Boolean | true | true | false | false | false | false | true | |||||||
| interpolationType | Definition of interpolation type which should be applied to the graph. | Behavior | brease.enum.ChartInterpolationType | linear | false | false | false | false | false | true | |||||||
| numberOfSamples | Defines the number of samples of the datasource, which should be drawn in the chart | Data | Integer | -1 | true | false | false | false | false | true | |||||||
| style | reference to a style for this widget type | Appearance | StyleReference | default | true | false | false | false | false | true | |||||||
| visible | change visibility | Behavior | Boolean | true | true | false | false | false | false | true | |||||||
| zIndex | The zIndex property specifies the z-order of a widget and its childs. When widgets overlap, z-order determines which one covers the other. A widget with a larger zIndex generally covers a widget with a lower one. The zIndex must be unique within a content. |
UInteger | no defaultValue defined |
false | false | true | true | true |
| name | type | description | defaultValue |
|---|---|---|---|
| lineColor | Color | Color of the line |
#FF0000 |
| disabledLineColor | Color | Color of the line when the widget is disabled |
rgba(221, 221, 221, 1) |
| lineWidth | PixelVal | Width of the line |
2px |
| fillColor | Color | Color of the area under the line |
rgba(255, 255, 255, 0) |
| disabledFillColor | Color | Color of the area under the line when the widget is disabled |
rgba(255, 255, 255, 0) |
| intersectionPointColor | Color | Color of the intersection point between the graph and a cursor when not active and not disabled |
#FFBB88 |
| activeIntersectionPointColor | Color | Color of the intersection point between the graph and a cursor when active and not disabled |
#FF8800 |
| disabledIntersectionPointColor | Color | Color of the intersection point between the graph and a cursor when disabled |
#EEEEEE |
| name | description | arguments |
|---|---|---|
| Click | Fired when widget is clicked |
|
| DisabledClick | Fired when disabled element is clicked on. |
|
| EnableChanged | Fired when operability of the widget changes. |
|
| VisibleChanged | Fired when the visibility of the widget changes. |
|
| name | description | arguments | result |
|---|---|---|---|
| SetEnable | Sets the state of property «enable» |
|
|
| SetStyle |
|
||
| SetVisible | Sets the state of property «visible» |
|